
*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

body{
  font-family: 'Poppins', sans-serif;
  font-family: 'Georgia', serif;
  color:#333;
}

/* NAVBAR */
header{
  background:#6b3e1d;
  color:#fff;
  padding:15px 60px;
  display:flex;
  justify-content:space-between;
  align-items:center;
}

header h1{
  font-size:20px;
  letter-spacing:1px;
}

nav a{
  color:#fff;
  text-decoration:none;
  margin:0 15px;
  font-size:14px;
}

.btn{
  background:#e39b33;
  padding:8px 18px;
  border-radius: 50%;
  color:#fff;
  text-decoration:none;
  font-size:14px;
  display:inline-block;
}

/* HERO */
.hero {
  background: #f4efe7;
  padding: 80px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.hero-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.hero-text h3{
  color: #d28b2c;
  font-weight: bold;
  margin-bottom: 10px;
}

.hero-text h2 {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  margin: 10px 0;
}

.hero-text p {
  margin-bottom: 20px;
  color: #555;
  line-height: 1.5;
}

.btn {
  display: inline-block;
  padding: 12px 24px;
  background-color: #d28b2c;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}

/* IMAGE STACK */
.hero-img {
  position: relative;
  width: 260px;
  height: auto;
}

.hero-img img {
  width: 260px;
  border-radius: 10px;
  display: block;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  
}

/* Tilt the images */
.hero-img img:nth-child(1) {
  transform: rotate(2deg);
}

.hero-img img:last-child {
  position: absolute;
  right: -40px;
  top: -40px;
  width: 220px;
  z-index: 2;
  transform: rotate(-3deg);
}

/* SECTION */
.section{
  padding:70px 60px;
}

.center{
  text-align:center;
}

/* WHY */
body {
  margin: 0;
  font-family: 'Georgia', serif;
}

.why-choose-us {
  background-color: #f5f5f5;
  padding: 60px 20px;
  text-align: center;
}

.container {
  max-width: 900px;
  margin: 0 auto;
}

.section-title {
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 40px;
}


.content {
  display: flex;
  align-items: center;
  justify-content: center; /* centers the whole block */
  gap: 40px;
}

.image-box img {
  width: 260px;
  border-radius: 8px;
}

.text-box {
  max-width: 450px;
  text-align: left;
}

.text-box p {
  font-size: 16px;
  line-height: 1.7;
  color: #c77b30;
}

.author {
  margin-top: 15px;
  color: #c77b30;
  font-weight: bold;
}

/* STATS */
.stats{
  background:#6b3e1d;
  color:#fff;
  display:flex;
  justify-content:space-around;
  padding:30px 0;
  flex-wrap:wrap;
}

.stats div{
  text-align:center;
}

.stats h3{
  font-size:22px;
}

/* RECIPES */
.recipes {
  background-color: #ded6cd;
  padding: 80px 20px;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

.content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}

/* Image layout */
.image-group {
  display: flex;
  gap: 20px;
  align-items: center;
}

.img-small {
  width: 220px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.img-large {
  width: 260px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

/* Text */
.text-box {
  max-width: 450px;
}

.subtitle {
  color: #f4a300;
  font-weight: bold;
  font-size: 16px;
}

.text-box h2 {
  font-size: 28px;
  margin: 10px 0 20px;
  color: #3a2d23;
}

.text-box p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 20px;
}

/* Button */
button {
  background-color: #2d2d2d;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 20px;
  cursor: pointer;
}

button:hover {
  background-color: #000;
}

.video-section {
  position: relative;
  overflow: hidden;
  color: white; /* text visible on video */
}

/*ART*/
body {
  margin: 0;
  font-family: 'Georgia', serif;
}

.craft {
  background-color: #ded6cd;
  text-align: center;
  padding: 80px 20px;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

.subtitle {
  color: #f4a300;
  font-weight: bold;
}

.craft h2 {
  margin: 10px 0;
  font-size: 28px;
  color: #3a2d23;
}

.description {
  max-width: 700px;
  margin: 0 auto 40px;
  color: #5a5a5a;
  line-height: 1.6;
}

/* Video styled like image */
.video-box video {
  width: 1000px;   
  height: 400px;   
  object-fit: cover;
  border-radius: 6px;
  margin: 0 auto;  
}


/* PRODUCTS */
body {
  margin: 0;
  font-family: 'Georgia', serif;
  background-color: #f5f5f5;
}

.products {
  padding: 50px 40px;
  text-align: center;
  background: #eee;
}

.products h2 {
  font-size: 28px;
  letter-spacing: 2px;
  margin-bottom: 40px;
  color: #333;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.card {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  transition: 0.3s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.card:hover {
  transform: translateY(-5px);
}

.card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
}

.card h3 {
  margin: 15px 0 5px;
  font-size: 18px;
  color: #444;
}

.stars {
  color: #f4b400;
  font-size: 14px;
  margin-bottom: 5px;
}

.price {
  font-weight: bold;
  color: #c77d00;
  margin-bottom: 10px;
}

.card button {
  background: #222;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.card button:hover {
  background: #c77d00;
}

/* Responsive */
@media (max-width: 992px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .product-grid {
    grid-template-columns: 1fr;
  }
}
/* General */
body {
  margin: 0;
  font-family: 'Georgia', serif;
  background: #f3f3f3;
  color: #333;
}

h2 {
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 40px;
}

/* Chefs Section */
.chefs {
  padding: 60px 20px;
  background: #f5f5f5;
}

.chef-container {
  display: flex;
  justify-content: center;
  gap: 80px;
  flex-wrap: wrap;
}

.chef {
  text-align: center;
}

.chef img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
}

.chef h4 {
  margin: 10px 0 5px;
}

.chef p {
  color: gray;
  font-size: 14px;
}

/* Feedback Section */
.feedback {
  padding: 60px 20px;
  background: #eaeaea;
}

.feedback-container {
  display: flex;
  gap: 25px;
  justify-content: center;
  flex-wrap: wrap;
}

.feedback-card {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  max-width: 300px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.feedback-card img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.feedback-card .stars {
  color: #f4b400;
  margin: 5px 0;
}

.feedback-card p {
  font-style: italic;
  color: #555;
  font-size: 14px;
}

/* Booking Section */
.booking {
  padding: 60px 20px;
  background: #f5f5f5;
}

.booking-form {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.booking-form input {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  min-width: 200px;
}

.booking-form button {
  background: #222;
  color: #fff;
  border: none;
  padding: 12px 25px;
  border-radius: 25px;
  cursor: pointer;
  transition: 0.3s;
}

.booking-form button:hover {
  background: #c77d00;
}

/* Footer */
footer {
  background: #6b3e1d;
  color: #fff;
  text-align: center;
  padding: 20px;
}

footer a {
  display: block;
  color: #fff;
  margin-top: 5px;
  text-decoration: underline;
  font-size: 14px;
}

/* Responsive */
@media (max-width: 768px) {
  .chef-container {
    gap: 40px;
  }

  .booking-form {
    flex-direction: column;
    align-items: center;
  }
}

/* RESPONSIVE */
@media(max-width:768px){

  header{
    flex-direction:column;
    text-align:center;
  }

  nav{
    margin-top:10px;
  }

  .hero{
    text-align:center;
    padding:60px 20px;
  }

  .hero-img img:last-child{
    position:static;
    margin-top:20px;
  }

  .section{
    padding:50px 20px;
  }

  .why, .recipes{
    flex-direction:column;
  }

  .book input{
    width:90%;
  }
}
/* ==========================================
   RESPONSIVE CSS
   Add this at the END of your CSS
==========================================*/

/* Images & Videos */
img,
video{
    max-width:100%;
    height:auto;
    display:block;
}

body{
    overflow-x:hidden;
}

/* Container */
.container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

/* ===========================
   Laptop (1200px)
=========================== */

@media (max-width:1200px){

header{
    padding:20px 40px;
}

.hero{
    padding:70px 40px;
}

.video-box video{
    width:100%;
    height:auto;
}

.product-grid{
    grid-template-columns:repeat(3,1fr);
}

}

/* ===========================
   Tablet (992px)
=========================== */

@media (max-width:992px){

header{
    flex-direction:column;
    gap:20px;
    text-align:center;
}

nav{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}

.hero{
    flex-direction:column;
    text-align:center;
    gap:50px;
}

.hero-text{
    align-items:center;
}

.hero-img{
    width:100%;
    display:flex;
    justify-content:center;
}

.hero-img img:nth-child(1){
    width:280px;
}

.hero-img img:last-child{
    width:220px;
    right:20px;
    top:-20px;
}

.content{
    flex-direction:column;
    text-align:center;
}

.text-box{
    text-align:center;
}

.image-group{
    justify-content:center;
    flex-wrap:wrap;
}

.stats{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.product-grid{
    grid-template-columns:repeat(2,1fr);
}

.chef-container{
    gap:40px;
}

.feedback-container{
    gap:20px;
}

.booking-form{
    flex-direction:column;
    align-items:center;
}

.booking-form input,
.booking-form button{
    width:80%;
}

.video-box video{
    width:100%;
}

}

/* ===========================
   Mobile (768px)
=========================== */

@media (max-width:768px){

header{
    padding:20px;
}

header h1{
    font-size:24px;
}

nav{
    gap:10px;
}

nav a{
    margin:5px;
    font-size:15px;
}

.hero{
    padding:60px 20px;
}

.hero-text h2{
    font-size:34px;
}

.hero-text h3{
    font-size:18px;
}

.hero-img img:nth-child(1){
    width:220px;
}

.hero-img img:last-child{
    position:static;
    width:180px;
    margin:20px auto 0;
}

.section,
.why-choose-us,
.recipes,
.craft,
.products,
.chefs,
.feedback,
.booking{
    padding:60px 20px;
}

.image-box img{
    width:100%;
}

.img-small,
.img-large{
    width:100%;
}

.stats{
    grid-template-columns:1fr;
}

.product-grid{
    grid-template-columns:1fr;
}

.feedback-card{
    max-width:100%;
}

.video-box video{
    height:250px;
    object-fit:cover;
}

.booking-form input,
.booking-form button{
    width:100%;
}

footer{
    padding:30px 20px;
}

}

/* ===========================
   Small Phones (480px)
=========================== */

@media (max-width:480px){

header h1{
    font-size:20px;
}

.hero-text h2{
    font-size:28px;
}

.hero-text p{
    font-size:15px;
}

.hero-img img:nth-child(1){
    width:180px;
}

.hero-img img:last-child{
    width:140px;
}

.products h2,
.chefs h2,
.feedback h2,
.booking h2,
.craft h2,
.section-title{
    font-size:24px;
}

.stats h3{
    font-size:20px;
}

.card,
.feedback-card{
    padding:18px;
}

button,
.btn{
    width:100%;
    text-align:center;
}

}